.card {
    margin-top: 4%;
    background: rgba(15, 30, 50, 0.45);
    backdrop-filter: blur(16px);
    padding: 20px;
    border-radius: 24px;
    width: 90%;
    max-width: 520px;
    box-shadow:
        0 0 20px rgba(0, 180, 255, 0.6),
        0 0 60px rgba(0, 100, 255, 0.4);
    text-align: center;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* =========================
   INPUTS
========================= */
.ClassInput {
    width: 95%;
    padding: 12px;
    margin-top: 8px;
    margin-bottom: 16px;
    border-radius: 12px;
	font-size: 20px;
    border: none;
    background: rgba(255,255,255,0.1);
    color: white;
    outline: none;
}


.ClassDate{
position: absolute;
margin-top: 138px;
left: 70px;
width: 70%;
font-size: 13px;
height: 30px;
line-height: 12px;
color: rgb(120,44,100);
font-weight: bold;
overflow: hidden;
background: none;
letter-spacing: 2px;
z-index: 900;
}

.ClassDateD {
    width: 95%;
    padding: 12px;
    margin-top: 8px;
    margin-bottom: 16px;
    border-radius: 12px;
	font-size: 18px;
    border: none;
    background: rgba(255,255,255,0.1);
    color: cyan;
    outline: none;
}

/* =========================
   HEURE CIRCULAIRE
========================= */
.clock-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
}

.clock {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgb(47, 79, 79);
    box-shadow: 0 0 20px rgba(56,189,248,.9);
	transform: scale(.9);
	display: flex;
    cursor: pointer;
}

#DivClock {
    position: relative;
    width: 98%;
    height: 200px;
    margin: 20px auto;
    background: rgba(15, 30, 50, 0.45);
    backdrop-filter: blur(16px);
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0, 200, 255, 0.6);
}

.number {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #e0f2fe;
    text-shadow: 0 0 6px #38bdf8;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hand {
    position: absolute;
    width: 4px;
	border-radius: 15px;
    height: 75px;
    background: #7dd3fc;
    top: 25px;
    left: 50%;
    transform-origin: bottom;
    box-shadow: 0 0 12px #38bdf8;
}

.center {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #38bdf8;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.time-display {
    margin-top: 25px;
    font-size: 20px;
    color: #7dd3fc;
    text-shadow: 0 0 10px #38bdf8;
}

/* =========================
   BOUTON
========================= */
.ClassButon {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
	margin-top: 10px;
    border: none;
    background: linear-gradient(135deg,#0ea5e9,#2563eb);
    color: white;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(56,189,248,.8);
}

.ClassButon:hover {
    transform: scale(1.015);
    box-shadow:
        0 0 15px rgba(56, 189, 248, 1),
        0 0 28px rgba(37, 99, 235, 0.9);
		color: white;
		text-shadow: 2px 2px black;
		font-weight: bold;
}

#result {
    margin-top: 12px;
    text-align: center;
}

input::placeholder {
    color: cyan;
}

#DivDemande{
top: 0px;
left: 0px;
width: 100%;
height: 100vh;
z-index: 80;
}

#arcade-button {
  position: absolute;
  cursor: pointer;
  top: 2px;
	right: 10px;
	width: 40px;
    height: 40px;
  background-image: linear-gradient( 90deg, #660018 0%, #660018 100%);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.5), 0px 5px 0px 0px #40000f;
}
#arcade-button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(0,255,255,0.8);
}

h1 {
	margin-top: -10px;
    text-align: center;
    color: #7dd3fc;
    text-shadow: 0 0 10px #38bdf8;
}

h5{
 font-size: 20px;
 margin-top: -7px;
 text-shadow: 0 0 10px #38bdf8;
}

#DivBox {
  transform: scale(.8);
  background: rgb(47, 79, 79);
  z-index: 800;
}
